ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / ATR<T> Class
Members

In This Topic
    ATR<T> Class
    In This Topic
    Base class for overlay and indicator series that render a single series
    Object Model
    ATR<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class ATR(Of T) 
       Inherits SingleOverlayIndicatorBase(Of T)
    public class ATR<T> : SingleOverlayIndicatorBase<T> 
    Type Parameters
    T
    Remarks
    Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
                C1.Web.Mvc.Finance.ATR<T>

    See Also